ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexMap<T> Class / Center Property

In This Topic
    Center Property (FlexMap<T>)
    In This Topic
    Gets or sets the map center in geo coordinates.
    Syntax
    'Declaration
     
    Public Property Center As DataPoint
    public DataPoint Center {get; set;}
    See Also